NetSupport Page supports custom HTML via a template file you provide.
Place a file named "template.html" in the folder with your NetSupport Page document and it will override NetSupport Page’s built-in html.
A sample template is provided in the folder called ‘Sample Templates’.
You may use the following variables within your HTML. These variables will be replaced by the real data.
NET_SUPPORT_STATUS_TIME
This token will be replaced with the date and time of each update NetSupport Page performs. Note: please leave at least 5 extra spaces after this token.
NET_SUPPORT_ZONE_1_NAME
This token will display the name of the zone in line 1 of your zone list. Change the number (1) to indicate subsequent lines of the list.
NET_SUPPORT_ZONE_1_COLOR
This will be replaced with red (#AF0000) if the first zone is down and green if it is up.
NET_SUPPORT_ZONE_1_STATUS
This will be replaced with “Up” if the first zone is up and “Down” if it is down.
NET_SUPPORT_DEVICE_1_NAME
This token will display the name of the device in line 1 of your device list. Change the number (1) to indicate subsequent lines of the list.
NET_SUPPORT_DEVICE_1_COLOR
This will be replaced with red (#AF0000) if the first device is down and green if it is up.
NET_SUPPORT_DEVICE_1_STATUS
This will be replaced with “Up” if the first device is up and “Down” if it is down.
NET_SUPPORT_LOG
This will display the log in list form. This should be between <PRE> and </PRE> HTML tags.
NET_SUPPORT_TITLE
This will display the HTML Title field in the NSP Document